home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_4
/
mm_1_0.lha
/
MM
/
Rexx
/
MM_WriteLog.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1994-12-13
|
185b
|
16 lines
/*
** This script shows how to use the
** MM_WriteLog command.
*/
address 'MAILMANAGER'
num = 10
string = "I have Imported "num" messages"
say string
MM_WriteLog 'string' 3
say RC